wangzhengquan
2020-06-13 80e6c7cfdbab45985cb7b8686766af52c896e80f
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)