Andrei Pelinescu-Onciul 24 роки тому
батько
коміт
828920bbd4
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -4,7 +4,7 @@
 #
 
 sources= $(wildcard *.c)
-objs= $((sources:.c=.o)
+objs= $(sources:.c=.o)
 depends= $(sources:.c=.d)
 
 NAME=sip_router