Makefile 83 B

12345678
  1. .PHONY: clean
  2. ins_rm_mod: ins_rm_mod.c
  3. $(CC) -o '$@' '$<'
  4. clean:
  5. rm ins_rm_mod