Merge pull request #48 from sajattack/stat

correction to include guard of stat
This commit is contained in:
Jeremy Soller
2018-03-09 06:43:12 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
sys_includes = ["sys/types.h"]
include_guard = "_STAT_H"
include_guard = "_SYS_STAT_H"
language = "C"
[enum]
+1 -1
View File
@@ -28,7 +28,7 @@ clean:
run: $(BINS)
for bin in $(BINS); \
do
do \
echo "# $${bin} #"; \
"./$${bin}" test args; \
done