wangzhengquan
2020-06-18 921607aa94e3ca3741a8997da50fc9872380f2d8
Make.defines.linux
@@ -18,7 +18,7 @@
# Common temp files to delete from each directory.
TEMPFILES=core core.* *.o temp.* *.out *.a *.so
TEMPFILES=core core.* *.o temp.* *.out *.a *.so $(PROGS)
%:   %.c $(LIBCOMMON)
   $(CC) $(CFLAGS) $(filter-out $(LIBCOMMON), $^) -o $@ $(LDFLAGS) $(LDLIBS)