Sign in
gwj
/
po_oopc
·
Files
GitLab
Go to dashboard
Project
Activity
Files
Commits
Network
Graphs
Blame view
examples01-pl/04-malloc/makefile
84 Bytes
Edit
Raw
Normal View
History
Initial version
455e0054
Grzegorz Jabłoński
authored
5 years ago
1 2 3 4 5 6 7
malloc
:
malloc.c
gcc -g -Wall -pedantic $< -o $@
.PHONY: clean
clean:
-rm malloc