Skip to content

Commit

Permalink
Added zip target to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Booooozer committed May 1, 2021
1 parent a4ed0a9 commit 7ef7ff5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@ proj2: proj2.o
%.o: %.c
$(CC) $(CFLAGS) -c $<

zip:
zip proj2.zip Makefile *.c

clean:
rm -f *.o proj2 proj2.out vgcore*

0 comments on commit 7ef7ff5

Please sign in to comment.