accomodate bsd, x

This commit is contained in:
Russ Cox
2005-11-12 14:00:36 +00:00
parent f59c506336
commit c5ee3aadd7
2 changed files with 3 additions and 5 deletions

View File

@ -15,6 +15,3 @@ $(LIB): $(OFILES)
$(AR) r $(LIB) $(OFILES)
$(RANLIB) $(LIB)
%.$O: %.c
$(CC) $(CFLAGS) $*.c