Sindbad~EG File Manager

Current Path : /proc/2508182/root/usr/share/doc/xz/examples/
Upload File :
Current File : //proc/2508182/root/usr/share/doc/xz/examples/Makefile

#
# Author: Lasse Collin
#
# This file has been put into the public domain.
# You can do whatever you want with this file.
#

CC = c99
CFLAGS = -g
LDFLAGS = -llzma

PROGS = \
	01_compress_easy \
	02_decompress \
	03_compress_custom \
	04_compress_easy_mt

all: $(PROGS)

.c:
	$(CC) $(CFLAGS) -o $@ $< $(LDFLAGS)

clean:
	-rm -f $(PROGS)

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists