Advertisement
jcdkiki

Untitled

Apr 29th, 2024
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 0.08 KB | None | 0 0
  1. .PHONY: all clean
  2.  
  3. all: cw
  4.  
  5. cw: main.c
  6.     gcc -o cw main.c
  7.  
  8. clean:
  9.     rm -f cw
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement