Subversion Repositories wimsdev

Compare Revisions

Ignore whitespace Rev 15780 → Rev 17887

/trunk/wims/src/Misc/mathexp/Makefile.in
13,7 → 13,7
all:: mathexp
 
%.o: %.c $(H)
$(cc) -o $@ $(cflags) $(defines) -c $<
$(cc) -o $@ $(cflags) $(CPPFLAGS) $(defines) -c $<
 
clean::
rm -f *.o mathexp