Skip to content
Snippets Groups Projects
Unverified Commit 580dcd3c authored by Jeremy Soller's avatar Jeremy Soller Committed by GitHub
Browse files

Merge pull request #48 from sajattack/stat

correction to include guard of stat
parents e676440e b11c079d
No related branches found
No related tags found
No related merge requests found
sys_includes = ["sys/types.h"] sys_includes = ["sys/types.h"]
include_guard = "_STAT_H" include_guard = "_SYS_STAT_H"
language = "C" language = "C"
[enum] [enum]
......
...@@ -28,7 +28,7 @@ clean: ...@@ -28,7 +28,7 @@ clean:
run: $(BINS) run: $(BINS)
for bin in $(BINS); \ for bin in $(BINS); \
do do \
echo "# $${bin} #"; \ echo "# $${bin} #"; \
"./$${bin}" test args; \ "./$${bin}" test args; \
done done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment