Commit Diff


commit - aac170d6e328191c7d2bb26df8ad890038d46688
commit + 73f3d9aa384c811156c93e6b89076a8115b26911
blob - 6ec0644961219070e37d922cd3501a1a0b08be26
blob + 05851d380b0a86494ab8c1c9f978ddef5cd5ead5
--- make/MyMakefile
+++ make/MyMakefile
@@ -1,8 +1,6 @@
 CC = cc
 CFLAGS = -g -O0 -ansi -Wall -Wno-deprecated-non-prototype -Wno-comment -Wno-implicit-int
-PWD != pwd
 
-
 all: make
 
 clean: