Guest User

Untitled

a guest
Jun 24th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. all:bashupdate.c
  2. gcc bashupdate.c -o bashupdate
  3. clean:
  4. rm bashupdate
  5. check-syntax:
  6. gcc -o nul -Wall -S $(CHK_SOURCES)
Add Comment
Please, Sign In to add comment