Skip to content
Snippets Groups Projects
Commit 2fc43289 authored by jdh8d's avatar jdh8d
Browse files

Werror on plugins, removed unnecessary bits from umbrella. moved out appfw.

parent 18d014fe
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ all:
clean:
for i in ${dirs}; do cd $$i; make clean; cd ..; done
rm $(prefix)/bin/callbacks.exe
rm -f $(prefix)/bin/callbacks.exe
install: all
cp lib/callbacks.exe $(prefix)/bin/callbacks.exe
......
......@@ -23,6 +23,6 @@ all: $(OBJS)
$(AR) -r $(LIB) $(OBJS)
clean:
rm *.o
rm -f *.o
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment