APUE Learning Example Source Code
guowenxue
2018-12-20 ca59c35811fe08198c555fa71200a8520fc11601
update ch7_library makefile bug
2 files modified
5 ■■■■ changed files
ch7_library/src/makefile 3 ●●●● patch | view | raw | blame | history
ch7_library/test/makefile 2 ●●●●● patch | view | raw | blame | history
ch7_library/src/makefile
@@ -27,7 +27,6 @@
clear:
    rm -f *.o
clean: clean
clean: clear
    rm -f lib${LIBNAME}.* 
ch7_library/test/makefile
@@ -16,5 +16,3 @@
run:
    export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:LIBPATH
    ./${APPNAME}