We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22dd8d0 commit d9dba07Copy full SHA for d9dba07
1 file changed
Makefile
@@ -2,7 +2,7 @@ SHELL := /bin/bash
2
3
CXX := gcc
4
BUILD ?= debug
5
-TARGET := build/app
+TARGET := build/uuc
6
SUBDIRS := source
7
BUILD_DIR := $(CURDIR)/build
8
INCLUDES := -I$(CURDIR)/include
0 commit comments