Subversion Repositories wimsdev

Rev

Rev 13441 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13441 Rev 17887
Line 17... Line 17...
17
H=../Lib/libwims.h ../config.h ../includes.h ../wimsdef.h
17
H=../Lib/libwims.h ../config.h ../includes.h ../wimsdef.h
18
 
18
 
19
all: nametab.c flydraw
19
all: nametab.c flydraw
20
 
20
 
21
%.o: %.c *.h $(H)
21
%.o: %.c *.h $(H)
22
	$(cc) -o $@ $(cflags) $(defines) -c $<
22
	$(cc) -o $@ $(cflags) $(CPPFLAGS) $(defines) -c $<
23
 
23
 
24
clean:
24
clean:
25
	rm -f *.o flydraw
25
	rm -f *.o flydraw
26
 
26
 
27
distclean:
27
distclean: