rm more annoying shit
This commit is contained in:
parent
54524ace97
commit
7f111a94d0
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ install: $(targets)
|
|||
install $^ $(libdir)
|
||||
|
||||
clean:
|
||||
$(RM) $(targets) *.o core
|
||||
$(RM) $(targets) *.o core *\~ .\#*
|
||||
|
||||
libotk.so: $(sources:.c=.o)
|
||||
$(CC) -shared -o $@ $^ $(LDFLAGS)
|
||||
|
|
Loading…
Reference in a new issue