diff options
Diffstat (limited to 'css/Makefile')
-rw-r--r-- | css/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/css/Makefile b/css/Makefile index 006548e..6ee6807 100644 --- a/css/Makefile +++ b/css/Makefile @@ -20,6 +20,8 @@ OBJS = styles.o .PHONY: all clean +all: libcss.a + ### Implicit rules: %.o: %.cpp @@ -30,8 +32,6 @@ OBJS = styles.o ### Targets: -all: libcss.a - libcss.a: $(OBJS) $(AR) r $@ $^ |