Skip to content
Snippets Groups Projects
Commit 2267735e authored by HyukSang Kwon's avatar HyukSang Kwon
Browse files

+ Makefile

parent 22f2a890
No related branches found
No related tags found
No related merge requests found
main: main.c alloc.c
gcc -w -g -O2 $^ -o $@
.PHONY: clean
clean:
rm -rf *~ main
#include "alloc.h"
main 0 → 100755
File added
#include "alloc.h"
int main()
{
return 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment