lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 17.09-beta 16 lines 584 B view raw
1diff --git a/Makefile b/Makefile 2index cc8882e..97b11ee 100644 3--- a/Makefile 4+++ b/Makefile 5@@ -184,11 +184,6 @@ $(foreach src,$(COMMON_SRCS),$(eval $(call common_obj,$(src)))) 6 # Applet rules 7 # 8 define applet_obj 9-$(SRCDIR)/$(1:%.asm=%.cpp): $(SRCDIR)/$(1) 10- @echo APPLET $(1:%.asm=%) 11- $$(Q)$$(ARMAS) -o $$(@:%.o=%.obj) $$< 12- $$(Q)$$(ARMOBJCOPY) -O binary $$(@:%.o=%.obj) $$(@:%.o=%.bin) 13- $$(Q)appletgen $(1:%.asm=%) $(SRCDIR) $(OBJDIR) 14 $(OBJDIR)/$(1:%.asm=%.o): $(SRCDIR)/$(1:%.asm=%.cpp) 15 @echo CPP APPLET $$< 16 $$(Q)$$(CXX) $$(COMMON_CXXFLAGS) -c -o $$(@) $$(<:%.asm=%.cpp)