mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2025-04-21 12:27:27 +03:00
sch2fig/: add copyright headers; use "local" Makefile.c-common
This commit is contained in:
@@ -1,9 +1,21 @@
|
||||
#
|
||||
# Makefile - build sch2fig
|
||||
#
|
||||
# Written 2016 by Werner Almesberger
|
||||
# Copyright 2016 by Werner Almesberger
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
|
||||
NAME = sch2fig
|
||||
OBJS = main.o sch.o lib.o fig.o
|
||||
|
||||
CFLAGS = -g -Wall -Wextra -Wno-unused-parameter
|
||||
|
||||
include ../../anelok/common/Makefile.c-common
|
||||
include ../common/Makefile.c-common
|
||||
|
||||
.PHONY: test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user