diff options
Diffstat (limited to 'challenge-085/pkmnx/c++/ch-1/Makefile')
| -rw-r--r-- | challenge-085/pkmnx/c++/ch-1/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/challenge-085/pkmnx/c++/ch-1/Makefile b/challenge-085/pkmnx/c++/ch-1/Makefile new file mode 100644 index 0000000000..5ad1c62a72 --- /dev/null +++ b/challenge-085/pkmnx/c++/ch-1/Makefile @@ -0,0 +1,4 @@ +all: + g++ -o ch-1 ch-1.cpp -Wall -pedantic -ansi +clean: + rm *.o |
