Initial commit
[pal.git] / Makefile
1 pal:
2         gcc main.c pal.c -I./ -g -Wall -pedantic -o pal
3
4 clean:
5         rm -f pal