Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
Add Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Nowicki <sebnow@gmail.com>
  • Loading branch information
sebnow committed Oct 29, 2009
1 parent 7b32dfb commit 82df50d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
OBJ = pkgbuild.o

all: $(OBJ)

clean:
$(RM) $(OBJ)

.PHONY: clean

0 comments on commit 82df50d

Please sign in to comment.