CC := gcc CFLAGS := TARGET := cxxdition_rxxe $(TARGET): $(TARGET).c deploy: $(TARGET) cp $(TARGET) ./deploy/bin/pwn cp flag ./deploy/bin/flag clean: rm -f $(TARGET) .PHONY: writeup exp attachment deploy install