Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .PHONY: all clean
- all: cw
- cw: main.c
- gcc -o cw main.c
- clean:
- rm -f cw
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement