Sfoglia il codice sorgente

use object/

master
Emil 8 mesi fa
parent
commit
19962b5772
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 5432DB986FDBCF8A
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Vedi File

@@ -20,7 +20,7 @@ include chad.mk
SRC.dir := source
OBJ.dir := object

SRC:=hl.c jeger.c main.c terminal.c vector.c
SRC:=$(addprefix $(SRC.dir)/,hl.c jeger.c main.c terminal.c vector.c)
HDR:=chad.h hl.h jeger.h terminal.h vector.h
OBJ:=$(subst $(SRC.dir),$(OBJ.dir),$(SRC:.c=.o))



Loading…
Annulla
Salva