Skip to content

Commit d9dba07

Browse files
committed
Change build target to uuc
1 parent 22dd8d0 commit d9dba07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ SHELL := /bin/bash
22

33
CXX := gcc
44
BUILD ?= debug
5-
TARGET := build/app
5+
TARGET := build/uuc
66
SUBDIRS := source
77
BUILD_DIR := $(CURDIR)/build
88
INCLUDES := -I$(CURDIR)/include

0 commit comments

Comments
 (0)