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)
|
install $^ $(libdir)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) $(targets) *.o core
|
$(RM) $(targets) *.o core *\~ .\#*
|
||||||
|
|
||||||
libotk.so: $(sources:.c=.o)
|
libotk.so: $(sources:.c=.o)
|
||||||
$(CC) -shared -o $@ $^ $(LDFLAGS)
|
$(CC) -shared -o $@ $^ $(LDFLAGS)
|
||||||
|
|
Loading…
Reference in a new issue