readd the Makefile

This commit is contained in:
Dana Jansens 2003-07-10 23:17:53 +00:00
parent 32bf052294
commit b0e8e276e4

View file

@ -1 +1,6 @@
A Makefile
files=$(wildcard *.c)
all: $(files:.c=)
%: %.c
$(CC) $(CFLAGS) -o $@ $^ -lX11 -L/usr/X11R6/lib -I/usr/X11R6/include