diff options
| author | Camil Staps | 2016-01-26 16:21:28 +0100 |
|---|---|---|
| committer | Camil Staps | 2016-01-26 16:21:28 +0100 |
| commit | acf60ada87c70bc22adae5e760c354f1a7f33e6d (patch) | |
| tree | 997356707af3f850d8974c328e2dfcd0ae471b2a /ctoclean/Makefile | |
| parent | Moving objectio tests (diff) | |
ctoclean
Diffstat (limited to 'ctoclean/Makefile')
| -rw-r--r-- | ctoclean/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ctoclean/Makefile b/ctoclean/Makefile new file mode 100644 index 0000000..7c7047a --- /dev/null +++ b/ctoclean/Makefile @@ -0,0 +1,13 @@ +all: + mkdir -p Clean\ System\ Files + $(CC) -c call.c -o Clean\ System\ Files/call.o + clm square -o square + +run: + ./square + +clean: + rm -rf Clean\ System\ Files square + +.PHONY: clean + |
